From: Chong Yidong Date: Sun, 1 Mar 2009 19:08:46 +0000 (+0000) Subject: (Expanding Abbrevs): Mention abbrev-expand-functions instead of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1466 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9f2834a7932df90879a3fbb80926585774ef82f2;p=emacs.git (Expanding Abbrevs): Mention abbrev-expand-functions instead of obsolete pre-abbrev-expand-hook. Link to elisp manual. --- diff --git a/doc/emacs/abbrevs.texi b/doc/emacs/abbrevs.texi index 48928739016..0740e067505 100644 --- a/doc/emacs/abbrevs.texi +++ b/doc/emacs/abbrevs.texi @@ -213,8 +213,10 @@ to turn on Abbrev mode first. It may also be useful together with a special set of abbrev definitions for making several global replacements at once. This command is effective even if Abbrev mode is not enabled. - Expanding any abbrev first runs the hook @code{pre-abbrev-expand-hook} -(@pxref{Hooks}). + Expanding any abbrev runs @code{abbrev-expand-functions}, a special +hook. Functions in this special hook can make arbitrary changes to +the abbrev expansion. @xref{Abbrev Expansion,,, elisp, The Emacs Lisp +Reference Manual}. @node Editing Abbrevs @section Examining and Editing Abbrevs